home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmPM_3_---BuildOrder < prev    next >
Encoding:
Text File  |  1992-04-08  |  857 b   |  28 lines

  1. { Start with the MacApp seed project shipped with THINK Pascal.      }
  2. { Add all generated files, as well as UAMLibaryM.p, and then drag     }
  3. { the AppMaker-generated files into the following build order:         }
  4.  
  5. {    THINK and MacApp files }
  6.  
  7. {    ---BuildOrder.p%    %}
  8. {    UAMLibraryM.p%        %}
  9. {    ResourceDefs.p%        %}
  10. %for each dialog gen buildOrder%
  11. %for each window gen buildOrder%
  12. {    U%appname%Doc.p%    %}
  13. {    U%appname%.p%        %}
  14. {    M%appname%.p%        %}
  15.  
  16. {    Be sure to designate the AppMaker document as this project's        }
  17. {    resource file.  The procedure is as follows:                        }
  18. {        (1)    Choose "Run Options…" from the Run menu.                    }
  19. {        (2) Click on the "Use Resource File" check box.                    }
  20. {        (3) Choose the AppMaker resource file from the scrolling list.    }
  21. {        (4) Click the "Use" button.                                        }
  22. {        (5) Click the "OK" button.                                        }
  23.  
  24. Unit BuildOrder;
  25. Interface
  26. Implementation
  27. End.
  28.